Capture text typed by user on website and allow user to email a link to someone else so that they can view the message [on hold]

Posted by Dano007 on Programmers See other posts from Programmers or by Dano007
Published on 2013-11-11T17:11:09Z Indexed on 2013/11/11 22:12 UTC
Read the original article Hit count: 125

Filed under:
|
|
|

Using the following html, css,jquery, js, what would be the best approach to achieving this.

A visitor hits the website. The website page is displaying html and a css3 animation.

The visitor is given the option to enter text freely into a text box, they enter an email address and hit send.

The person receiving the message gets an email with a link, when they click the link it takes them to the webpage with the animation and the custom message their friend entered.

Is this easy to achieve, what would be the best approach? anyone know of existing code I could use?

Thanks

© Programmers or respective owner

Related posts about JavaScript

Related posts about jQuery